ServiceRemoveDelegate Method (Mailbox, UserId) |
Removes delegate on a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateUserResponse RemoveDelegate(
Mailbox mailbox,
UserId userId
)
Public Function RemoveDelegate (
mailbox As Mailbox,
userId As UserId
) As DelegateUserResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to remove delegates from. - userId
- Type: Independentsoft.ExchangeUserId
The ID of the delegate users to remove.
Return Value
Type:
DelegateUserResponseA collection of objects that provides the results of the operation.
See Also